Allow the XenAPI Session object to have login_with_password called as a
authorEwan Mellor <ewan@xensource.com>
Fri, 15 Dec 2006 17:18:02 +0000 (17:18 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 15 Dec 2006 17:18:02 +0000 (17:18 +0000)
commit539d271eff540d736d83aa66659518b872bd96c5
tree04cbeab525938290a5e824d2b4c7c8d6788f6e94
parenta090ca495e7f6b2bd44d3a5422f17ff4563fae8a
Allow the XenAPI Session object to have login_with_password called as a
methodname, to re-login through the same object (say when the server is
restarted).

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xm/XenAPI.py
tools/python/xen/xm/main.py